|
|
|
|
SelectionHighlightStyle Property, SftTree Class |
Defines the appearance of a selected item or cell.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Property SelectionHighlightStyle As SelectionHighlightStyleEnum |
C# |
public SelectionHighlightStyleEnum SelectionHighlightStyle { get; set; } |
C++ |
public: property SelectionHighlightStyleEnum SelectionHighlightStyle { |
Property Value
The appearance of a selected item or cell.
Value |
Description |
|
0 | The entire cell or item is highlighted in its entirety.
| |
1 | The entire cell or item (excluding the hierarchy area) is highlighted.
| |
2 | The entire first displayed cell (excluding the hierarchy area) is highlighted. If the cell is part of the hierarchy column (ColumnClass.ShowHierarchy), the hierarchy area of the cell is not highlighted. | |
3 | The entire cell in the hierarchy column, excluding the hierarchy area, is highlighted. | |
4 | The parts of the cell in the hierarchy column are highlighted. The highlight extends from the top of the cell to the bottom, but is limited in width to highlight just the parts in the cell (plus the left and right side gaps defined using Dimensions.TightOutlineGap.Width) | |
5 | The parts of the cell in the hierarchy column are highlighted. The highlight is constrained to the smallest rectangle containing all parts (plus the left, right, top and bottom gaps defined using Dimensions.TightOutlineGap). |
The default value is SelectionHighlightStyleEnum.Cells.
Comments
The SelectionHighlightStyle property defines the appearance of a selected item or cell.
The defined appearance is also used to highlight an item or cell for flyby highlighting.